home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 144 / cd-rom 144.iso / aplic / class / data1.cab / MDBs / class.mdb / aula_feita.json < prev    next >
Encoding:
JavaScript Object Notation  |  2007-05-19  |  445 b 

  1. {
  2.     "schema": {
  3.         "codigo_aluno": "Text (12) NOT NULL",
  4.         "codigo_aula": "Text (20) NOT NULL",
  5.         "data": "DateTime",
  6.         "nota": "Single",
  7.         "tentativas": "Long Integer",
  8.         "erros_anterior": "Long Integer",
  9.         "acertos_anterior": "Long Integer",
  10.         "total_minutos": "Long Integer",
  11.         "ultima_tela_feita": "Text (20)",
  12.         "nome": "Text (50)",
  13.         "autor": "Text (25)",
  14.         "assunto": "Text (30)",
  15.         "materia": "Text (20)",
  16.         "alvo": "Text (20)",
  17.         "pendente": "Byte",
  18.         "status": "Byte",
  19.         "data_inicio": "DateTime"
  20.     },
  21.     "data": []
  22. }